home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1993 October: Windmill on DISC
/
ADC Developer CD (1993-10) (''Windmill On DISC'')_iso
/
Dev.CD Oct 93.iso
/
System Software
/
U.S. System Software
/
System 7 Pro™ Beta 11
/
Development Tools
/
Sample Code
/
Messaging Service Access Module
/
Internet PMSAM
/
Internet PMSAM source
/
utils.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-02-18
|
348 b
|
14 lines
|
[
TEXT/MPS
]
Boolean SupportsAEVT(void);
void DoError(OSErr err);
void pstrcpy(void *dest,void *src);
void pstrcat(void *original,void *catStr);
void *NewPtrChk(Size ptrSize);
void *NewHandleChk(Size hndlSize);
void DisposPtrChk(void *thePtr);
void DisposHandleChk(void *theHndl);
OSErr WaitPBDone(void *voidBlock);
void ClearBuffer(void *buff,Size length);